Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7131 +/- ##
==========================================
+ Coverage 98.34% 98.35% +0.01%
==========================================
Files 1336 1336
Lines 50128 50733 +605
==========================================
+ Hits 49298 49899 +601
- Misses 830 834 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| USE_AZURE_MANAGED_IDENTITY_FOR_DB_AUTH = env( | ||
| "USE_AZURE_MANAGED_IDENTITY_FOR_DB_AUTH", default=False | ||
| ) |
There was a problem hiding this comment.
let's namespace it
| USE_AZURE_MANAGED_IDENTITY_FOR_DB_AUTH = env( | |
| "USE_AZURE_MANAGED_IDENTITY_FOR_DB_AUTH", default=False | |
| ) | |
| USE_AZURE_MANAGED_IDENTITY_FOR_DB_AUTH = env( | |
| "DJANGO_DB_USE_AZURE_MANAGED_IDENTITY", default=False | |
| ) |
Plus, would be cool to signal this via the dsn somehow, e.g.
azuread+postgresql://user@server/database
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Contributes to
Please describe.
How did you test this code?
Please describe.